home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIF2RLE.DOC < prev    next >
Text File  |  1991-05-13  |  771b  |  34 lines

  1.             Gif2Rle
  2.             -------
  3.  
  4. Program to convert images saved as GIF to RLE (utah raster toolkit) format.
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: Gif2Rle [-q] [-a] [-h] GifFile
  11.  
  12. If no GifFile is given, Gif2Rle will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Screen.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-a] : Add alpha channel (see rle document) to the output data file.n
  27. 3. [-h] : print one command line help, similar to Usage above.
  28.  
  29. Notes:
  30. ------
  31.   This routine must be linked with the rle toolkit library librle.a.
  32. As you want to convert images to RLE format, it is reasonable to assume you
  33. have this library available...
  34.